@prefix iop: <https://w3id.org/iadopt/ont/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ex: <http://example.org/iadopt/challenge/> .
@prefix iopp: <https://w3id.org/iadopt/pattern/> .
@prefix patt: <http://example.org/iadopt/pattern> .
@prefix sosa: <http://www.w3.org/ns/sosa/> .
@prefix uom: <http://www.ontology-of-units-of-measure.org/resource/om-2/> .

<http://example.org/iadopt/CCA/PluvialFlood>
    a 
        iop:Variable ;
    rdfs:label 
        "Pluvial flood due to 100 year event" ;
    rdfs:comment 
        """Pluvial flood expressed as water depth due to 100 year event in a statistical unit, defined by a grouping of homogeneous neighboring building blocks""" ;
    ex:issue "https://github.com/mabablue/I-ADOPT-examples-playground/issues/97" ;
    iop:hasObjectOfInterest 
        <https://www.wikidata.org/entity/Q283> ;
    iop:hasContextObject 
        <https://www.wikidata.org/entity/Q702492> ;
    iop:hasProperty 
        <https://qudt.org/vocab/quantitykind/Depth> ;
    iop:hasConstraint 
        [ a iop:Constraint ;
             rdfs:label "event: 100 year rain" ;
             iop:constrains <https://www.wikidata.org/entity/Q283> ;
        ] ,
        [ a iop:Constraint ;
             rdfs:label "normalization: per statistical unit" ;
             iop:constrains <https://qudt.org/vocab/quantitykind/Depth> ;
        ] .

<https://www.wikidata.org/entity/Q283>
    a 
        iop:Entity ;
    rdfs:label 
        "water" .

<https://qudt.org/vocab/quantitykind/Depth>
    a 
        iop:Property ;
    rdfs:label 
        "depth" .

<https://www.wikidata.org/entity/Q702492>
    a 
        iop:Entity ;
    rdfs:label 
        "urban area" .
